Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing IP outputs #52

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mikibonacci
Copy link
Member

This fixes #51

For now, the fix is temporary, hopefully I can make a more general fix soon.

In passing by, I also added a new folder env with the yambopyenv class, to avoid some error:

In [1]: from yambopy import yambopyenv
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[1], line 1
----> 1 from yambopy import yambopyenv

ImportError: cannot import name 'yambopyenv' from 'yambopy' (unknown location)

In [2]: from yambopy.io.inputfile import YamboIn

This is however just a temporary fixing, happy to drop it as maybe it is not the best approach

@mikibonacci mikibonacci changed the title Aiida parsing Parsing IP outputs Dec 13, 2024
@mikibonacci mikibonacci requested a review from palful December 13, 2024 10:10
@mikibonacci mikibonacci self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IP output spectra files are not correctly parsed by YamboFile for yambo==5.1.0
1 participant